home *** CD-ROM | disk | FTP | other *** search
- -- card: 3961 from stack: in
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 3222
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=277 top=258 right=280 bottom=377
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Panic Button
- ----- HyperTalk script -----
- on MouseEnter
- global panicbuttonh,panicbuttonw
- put Random(512-panicbuttonw)+panicbuttonw/2 into horiz
- put Random(343-panicbuttonh)+panicbuttonh/2 into vert
- play "Boing"
- set Loc of button "Panic Button" of card 2 to horiz,vert
- end MouseEnter
-